projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b047d67
)
mpc8313: add CONFIG_SYS_GENERIC_BOARD to ids8313 board
author
Heiko Schocher
<
[email protected]
>
Sun, 22 Jun 2014 04:33:30 +0000
(06:33 +0200)
committer
Tom Rini
<
[email protected]
>
Mon, 23 Jun 2014 13:11:41 +0000
(09:11 -0400)
- add CONFIG_SYS_GENERIC_BOARD
- remove CONFIG_OF_CONTROL to boot again
Signed-off-by: Heiko Schocher <
[email protected]
>
Acked-by: Kim Phillips <
[email protected]
>
Acked-by: Simon Glass <
[email protected]
>
include/configs/ids8313.h
patch
|
blob
|
history
diff --git
a/include/configs/ids8313.h
b/include/configs/ids8313.h
index 1de5750d8d64aced7019717a6c0ca293402bc7ee..3e55247465f718338f242e9896348ab24590d941 100644
(file)
--- a/
include/configs/ids8313.h
+++ b/
include/configs/ids8313.h
@@
-19,6
+19,8
@@
#define CONFIG_MPC8313
#define CONFIG_IDS8313
+#define CONFIG_SYS_GENERIC_BOARD
+
#define CONFIG_FSL_ELBC
#define CONFIG_MISC_INIT_R
@@
-582,6
+584,5
@@
#define CONFIG_RSA
#define CONFIG_SHA1
#define CONFIG_SHA256
-#define CONFIG_OF_CONTROL
#endif /* __CONFIG_H */